home *** CD-ROM | disk | FTP | other *** search
/ Asobe! Fotoshock 5.0 ERO / Asobe! Fotoshock 5.0 ERO.iso / pc / tool.dxr / 00018_controlWindow.ls < prev    next >
Encoding:
Text File  |  1999-03-23  |  200 b   |  14 lines

  1. on deactivateWindow
  2.   if count(the windowList) = 2 then
  3.     moveToFront(window "Tools")
  4.   else
  5.     nothing()
  6.   end if
  7. end
  8.  
  9. on closeWindow
  10.   tell the stage
  11.     sendSprite(55, #toolsbar)
  12.   end tell
  13. end
  14.